'; var ns=(document.layers); var ie=(document.all); var width = screen.availWidth-8; var height = screen.availHeight-8; //var screenW=screen.availWidth; //var screenH=screen.availHeight; var newX = 0; //(screen.availWidth - width)/2; var newY = 0; //(screen.availHeight - height)/2; function openWin() { if (ns){ page = window.open('main.html','main_at3d','status=no,toolbar=no,location=no,resizable=no,width='+width+',height='+height); }else { page = window.open('main.html','main_at3d','status=no,toolbar=no,location=no,resizable=no,width='+width+',height='+height); } page.focus(); //self.moveTo(0,0); //self.resizeTo(screenW,screenH); page.moveTo(newX,newY); } openWin() } // document.write(html); // } detectFlash(); buildHTML();